/*Mobile Devices Inc Iphone 5,6,7,8 Portrait*/
@media (max-width: 767px) {
	.slider-item {
	    height: 60vh;
	}
	.ftco-animate {
	    padding: 20px !important;
	    top: 15%;
	}
	.ftco-animate h1 {
	    font-size: 40px;
	}
	.ftco-animate p {
	    font-size: 16px;
	}
	.why_img_inner_bx {
	    position: unset;
	    top: 0;
	}
	.about_us_wap_content {
	    margin-top: 25px;
	}
	.testimony-wrap {
	    padding: 0;
	}
	.placement_box_wrper {
	    width: 200px;
	    margin: 0px auto;
	}
	.news_letter_box_wraper {
	    text-align: left;
	    margin-bottom: 20px;
	}
	.main_site_title h3 {
		font-size: 19px;
		line-height: 30px;
	}
	section.about-counter-section {
		height: 100%;
	}
	.Course_Name_bx {
		margin: 10px 0;
	}

	.contact_poage_box {
		margin-top: 25px;
	}
	.franchise_content_box img {
		width: 100%;
	}
	.franchise_content_box img {
	    width: 100%;
	}

	.franchise_nav {
	    display: flex !important;
	}
	.franchise_tab ul li a p {
		height: 50px;
		width: 50px;
		font-size: 25px;
		line-height: 48px;
	}
	.franchise_tab ul li a span {
	    font-size: 16px;
	}
	.contact-box {
		margin: 20px 0;
	}
	.contact-form {
		position: unset;
		margin: 20px 0;
	}
	.mobmenur-container i{margin: 0px !important;}
}

/*Mobile Devices Inc Iphone 5,6,7,8 Landscape*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {

}

/*Ipad and Ipad Pro Portrait*/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {
    .slider-item {
	    height: 55vh;
	}

	.wy_chos_icon {
	    height: 50px;
	    width: 50px;
	}

	.wy_chos_icon i {
	    line-height: 52px;
	    font-size: 20px;
	}

	.wy_chos_icon:after {
	    height: 50px;
	    width: 50px;
	    top: 0;
	    left: 0;
	}

	.why_chos_cont {
	    font-size: 14px;
	}

	.why_img_inner_bx {
	    top: 0;
	}

	.why_img_inner_bx img {
	    height: 690px;
	    object-fit: cover;
	}
	.img.img-video {
		height: 520px;
	}
	.courses_content_box h3 {
		line-height: 31px;
		margin-top: 20px;
		font-size: 16px;
	}
	.courses_content_box {
		min-height: 80px;
	}
	.testimony-wrap {
		padding: 0;
	}
}

/*Ipad and Ipad Pro Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}

/*Portrait and landscape iPad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .why_img_inner_bx img{
		height: 525px;
	}
	.courses_content_wraper h3 {
	    font-size: 15px;
	}

	.courses_content_wraper p {
    	min-height: 130px;
	}
	.slogan_box_wrpare {
		margin-left: 13px;
	}
}

 
/ (1440x900) WXGA+ Display /
@media  screen and (max-width: 1440px) {

}
 
/ (1680x1050) WSXGA+ Display /
@media  screen and (max-width: 1680px) {
 
}

/ (1920x1080) Full HD Display /
@media  screen and (max-width: 1920px) {
 
}

/ (2048x1152) Full HD Display /
@media  screen and (max-width: 2048px) {

}
/ (2560x1440) Full HD Display /
@media  screen and (max-width: 2560px) {

}
/ (3440x1440) Full HD Display /
@media  screen and (max-width: 3440px) {

}